getTechnicianAvailability
getTechnicianAvailability
application/json
Request Body required
request
- Array [
 - ]
 
dealerDepartmentUuidList string[]
dealerUuid string
endDate string
listOfTechnicians object[]
departmentUuid string
isMobileServiceTechnician boolean
isValid boolean
userUuid string
platform string
Possible values: [DEALER_APP, WEB, MOBILE_APP, DMS, TRANSPORTATION_EVENTS_CONSUMER]
requesterUserUuid string
startDate string
Responses
- 200
 - 201
 - 401
 - 403
 - 404
 
OK
application/json
Schema
Example (from schema)
Schema
- Array [
 - ]
 - Array [
 - ]
 
error object
code string
description string
metadata object
property name* string
statusCode int32
technicianWiseAvailability object
property name* DateWiseAvailabilityTimeline
dateWiseAvailability object
property name* object[]
endTime string
isAvailable boolean
slotMetadata object
appointmentUUID string
startTime string
unavailabilityReason string[]
Possible values: [DEALERSHIP_CLOSED, DEALERSHIP_OFF_HOURS, DEALER_WEEKLY_OFF, DEALERSHIP_CLOSED_FOR_DATE, TECHNICIAN_WEEKLY_OFF, TECHNICIAN_DATE_WISE_OFF, TECHNICIAN_OFF_HOURS, APPOINTMENT_SCHEDULED, TRAVEL_TIME_FROM_PREV_APPT_UNAVAILABLE, SERVICE_TIME_UNAVAILABLE, TRAVEL_TIME_TO_NEXT_APPT_UNAVAILABLE, INTERNAL_ERROR]
warnings object[]
code string
description string
{
  "error": {
    "code": "string",
    "description": "string",
    "metadata": {}
  },
  "statusCode": 0,
  "technicianWiseAvailability": {},
  "warnings": [
    {
      "code": "string",
      "description": "string"
    }
  ]
}
Created
Unauthorized
Forbidden
Not Found
Loading...